Component org.nuxeo.ecm.activity.datasource
In bundle org.nuxeo.runtime
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.activity.datasource">
<extension target="org.nuxeo.runtime.datasource"
point="datasources">
<documentation>
Datasource contribution for the Activity Service
</documentation>
<datasource name="jdbc/nxactivities" driverClassName="org.h2.Driver"
maxActive="20" maxIdle="5" maxWait="10000">
<property name="url">jdbc:h2:nuxeo</property>
<property name="username">sa</property>
<property name="password">********</property>
</datasource>
</extension>
</component>